projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0bed8
)
luci-base: fix UCI changelog markup mistake
author
Anton Kikin
<
[email protected]
>
Tue, 11 Dec 2018 23:05:59 +0000
(
02:05
+0300)
committer
Anton Kikin
<
[email protected]
>
Tue, 11 Dec 2018 23:05:59 +0000
(
02:05
+0300)
Signed-off-by: Anton Kikin <
[email protected]
>
modules/luci-base/luasrc/view/admin_uci/changelog.htm
patch
|
blob
|
history
diff --git
a/modules/luci-base/luasrc/view/admin_uci/changelog.htm
b/modules/luci-base/luasrc/view/admin_uci/changelog.htm
index 8a162c88b6f9dc1c2d2d5afb3e5b6720ec402331..9d6267cf31af1cbc475c428f2219e4f730bfa7dd 100644
(file)
--- a/
modules/luci-base/luasrc/view/admin_uci/changelog.htm
+++ b/
modules/luci-base/luasrc/view/admin_uci/changelog.htm
@@
-19,7
+19,7
@@
local util = luci.util
local tpl = {
["add-3"] = "<ins>uci add %0 <strong>%3</strong> # =%2</ins>",
- ["set-3"] = "<ins>uci set %0.<strong>%2</strong>
</ins>=%3
",
+ ["set-3"] = "<ins>uci set %0.<strong>%2</strong>
=%3</ins>
",
["set-4"] = "<var><ins>uci set %0.%2.%3=<strong>%4</strong></ins></var>",
["remove-2"] = "<del>uci del %0.<strong>%2</strong></del>",
["remove-3"] = "<var><del>uci del %0.%2.<strong>%3</strong></del></var>",